forgot to update MessagesEn.php in r43373 to reflect the addition of $1 parameter
[lhc/web/wiklou.git] / RELEASE-NOTES
index 5d6a00e..028c3ec 100644 (file)
@@ -58,6 +58,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   $wgDefaultSkin.
 * Added $wgEnotifUseRealName, which allows UserMailer to send out e-mails based
   on the user's real name if one is set. Defaults to false (use the username)
+* Removed the 'apiThumbCacheDir' option from $wgForeignFileRepos (only used in
+  ForeignAPIRepo)
 
 === Migrated extensions ===
 The following extensions are migrated into MediaWiki 1.14:
@@ -197,6 +199,9 @@ The following extensions are migrated into MediaWiki 1.14:
   image scaling to be completely disabled for specific media types, via the 
   $wgMediaHandlers configuration variable.
 * New 'AbortDiffCache' hook can be used to cancel the caching of a diff
+* (bug 15835) Added Content-Style-Type meta tag
+* Add class="disambiguationpage" to <body> tag for disambiguations
+* (bug 11027)  Add parameter to MW:Randompage-nopages so that user can see the namespace.
 
 === Bug fixes in 1.14 ===
 
@@ -320,6 +325,15 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 15544) Non-index entry points cause the "Wiki not set up" message to
   have corrupt URLs
 * (bug 5101) Image from Commons doesn't show up when searched in Wikipedia search box
+* (bug 4362) [[MediaWiki:History copyright]] no more used with most recent
+  revision when passing oldid parameter in the url
+* (bug 16265) When caching thumbs with the ForeignApiRepo, we now use the same 
+  filename as the remote site.
+* (bug 8345) Don't autosummarize where a redirect was left unchanged
+* Made thumb caching in ForeignApiFile objects integrated with normal thumb path
+  naming (/thumbs/hash/file), retired 'apiThumbCacheDir' as a result. 
+* (bug 5530) Consistency between character encoding in {{PAGENAMEE}},
+  {{SUBPAGENAMEE}} and {{FULLPAGENAMEE}}
 
 === API changes in 1.14 ===